

.w {
    width: 1600px;
    margin: 0 auto;
    position: relative;
}


.swiper-container{
    width: 100%;
    height: 100%;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #C40004;
    width: 2px;
}
.mCSB_scrollTools .mCSB_draggerRail{
    background: #ddd;
    opacity: 1;
}
/*导航*/
.topnav {
    width: 100%;
    height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.topnav .topnav_w{
    height: 100%;
    padding: 0 100px;
    align-items: center;
    justify-content: space-between;
}
.topnav .logo{
    width: 180px;
    height: 51px;
    background: url(../images/logo.png) no-repeat;
    -webkit-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
}

.topnav .nav_list{

}

.topnav .nav_list li {
    position: relative;
    float: left;
    font-size: 0;
}

.topnav .nav_list li>a {
    position: relative;
    padding: 0 20px;
    line-height: 40px;
    font-size: 18px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.topnav .nav_list li>a:before{
    display: block;
    content: "";
    width: 0px;
    height: 3px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}
.topnav .nav_list li:hover>a:before,
.topnav .nav_list li.on>a:before{
    width: 16px;
    opacity: 1;
}
.topnav .right_list{
    position: relative;
    height: 40px;
    align-items: center;
}
.topnav .right_list li{
    float: left;
    position: relative;
    padding-left: 45px;
    line-height: 25px;
}
.topnav .right_list li i{
    cursor: pointer;
}
.topnav .search_box i{
    background: url(../images/search_icon.png) no-repeat center right;
    padding-right: 30px;
}
.topnav .search_box .search_ipt{
    position: absolute;
    top: 100%;
    left: -40%;
    display: none;
    z-index: 100;
}

.topnav .search_box:hover .search_ipt{
    display: block;
}
.topnav .search_box .search_ipt input{
    background: #fff;
    line-height: 35px;
    padding: 0 10px;
    width: 200px;
    color: #333;
    border-radius: 20px;
    font-size: 14px;
}

.topnav .lan_box a{
    background: url(../images/language_icon.png) no-repeat center right;
    padding-right: 30px;
}

.topnav .menu_box .menu{
    padding: 8px 50px 7px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.topnav .menu_box .close{
    display: none;
}

.topnav .menu_box .menu.open{
    color: #C40004;
    background: #fff url(../images/menu_icon.png) no-repeat 79px 11px;
}
.topnav .menu_box .menu.close{
    color: #fff;
    background: #C40004 url(../images/close_icon.png) no-repeat 79px 11px;
}

body.body_full_menu .topnav .open{
    display: none;
}
body.body_full_menu .topnav .close{
    display: block;
}
body.body_full_menu .topnav{
    color:#000;
}
body.body_full_menu .topnav .logo{
    background: url(../images/logo_color.png) no-repeat;
}
body.body_full_menu .topnav .search_box i {
    background: url(../images/search_icon_color.png) no-repeat center right;
}
body.body_full_menu .topnav .lan_box a {
    background: url(../images/language_icon_color.png) no-repeat center right;
}
/*全屏导航*/
.full_menu{
    position: fixed;
    left: 0;
    bottom: -100%;
    background: #eeeeee;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 999;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
body.body_full_menu .topnav{
    position: fixed;
    background: #eee;
}
body.body_full_menu .topnav .nav_list{
    display: none;
}
body.body_full_menu .full_menu{
    bottom: 0;
}
.canvasPoints{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.canvasPoints canvas{
    width: 100%;
    height: 100%;
}
.full_meum_list{
    position: relative;
    height: 100%;
    padding: 0 140px;
    justify-content: space-between;
}
.full_meum_list li{
    padding: 15% 0 0 0;
    overflow: hidden;
}
.full_meum_list li .line{
    width: 20px;
    height: 4px;
    background: #C40004;
    display: block;
    margin-bottom: 30px;
}
.full_meum_list li>a{

}
.full_meum_list li>a i,
.full_meum_list li>a span{
    display: block;
    font-family: "Montserrat-Light";
    line-height: 40px;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.full_meum_list li>a h6{
    font-size: 38px;
    line-height: 48px;
    margin: 20px 0 5px;
}

.full_meum_list li dd a{
    line-height: 42px;
    font-size: 18px;
    color: #666;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.full_meum_list li dd a:before{
    width: 5px;
    height: 5px;
    background: #C40004;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    display: block;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  /*  -webkit-transition: all 0.3s 0.3s;
    -moz-transition: all 0.3s 0.3s;
    -ms-transition: all 0.3s 0.3s;
    -o-transition: all 0.3s 0.3s;
    transition: all 0.3s 0.3s;*/
}
.full_meum_list li dd a:hover{
    color: #000;
    padding-left: 15px;
}
.full_meum_list li dd a:hover:before{
    opacity: 1;

}


/*首页banner----------------------------------------------------------------------------------------------*/
.sec0{
    width: 100%;
    height: 100%;
    position: relative;
}
.banner_swiper li,
.banner_swiper li a{
    width: 100%;
    height: 100%;
}
.banner_info{
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    color: #fff;


}
.banner_info .title1{
    font-size: 48px;
    line-height: 90px;
    text-align: center;
    letter-spacing: 15px;

}
.banner_info .title2{
    font-size: 30px;
    line-height: 36px;
    font-family: Montserrat-Light;
    text-align: center;
}

.sec0 .mouse_icon{
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px dashed #fff;
    background: url(../images/mouse_icon.png) no-repeat center center;
}

.sec0 .slide_down{
    position: absolute;
    bottom: 50px;
    right: 70px;
    z-index: 10;
    width: 10px;
    height: 229px;
    background: url(../images/slide_down.png) no-repeat center center;
}
.swiper-button-prev:after,
.swiper-button-next:after{
    display: none;
}
.prev2,
.prev1,
.next1,
.next2,
.next3{
    width: 46px;
    height: 46px;
    background-size: auto !important;
    outline:none;
}
.prev1,
.prev2{
    left: -70px;
}
.next1,
.next2,
.next3{
    right: -70px;
}
.prev1{
     background: url(../images/left_icon1.png) no-repeat center center;
 }
.next1{
    background: url(../images/right_icon1.png) no-repeat center center;
}
.prev2{
    background: url(../images/left_icon.png) no-repeat center center;
}
.next2{
    background: url(../images/right_icon.png) no-repeat center center;
}
.next3{
    background: url(../images/right_icon2.png) no-repeat center center;
}

.prev1:hover{
    background: url(../images/left_icon1_hover.png) no-repeat center center;
}
.prev2:hover{
    background: url(../images/left_icon_hover.png) no-repeat center center;
}
.next1:hover{
    background: url(../images/right_icon1_hover.png) no-repeat center center;
}
.next2:hover{
    background: url(../images/right_icon_hover.png) no-repeat center center;
}

/*第一屏 麻醉重症系列产品*/
.sec1{
    position: relative;
    background: #fff;
}
.sec{
   /* padding: 100px 0; */
}


.index_title{
    text-align: center;
}
.index_title .tip{
    font-size: 24px;
}
.index_title .title{
    font-size: 48px;
    margin: 15px 0;
}
.index_title .msg{
    color: #999;
}

.read_more{
    color: #C40004;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 5px 10px;
    margin-top: 20px;
    position: relative;
}
.read_more i{
    position: relative;
    top: -1px;
    margin-left: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scaleY(1.3);
    -moz-transform: scaleY(1.3);
    -ms-transform: scaleY(1.3);
    -o-transform: scaleY(1.3);
    transform: scaleY(1.3);
}
.read_more:hover{
    padding-left: 20px;
}
.read_more:before{
    transition: width .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: width .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: width .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: width .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    content: "";
    display: none;
    width: 0px;
    position: absolute;
    right: 12px;
    top: 50%;
    height: 1px;
    background-color: #C40004;
}
.read_more:hover:before{
    width: 26px;
}

.read_more:hover i{
    padding-left: 20px;
}
.read_more1{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 5px 10px;
    border: 1px solid #000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
}
.read_more1 i,
.read_more2 i{
    position: relative;
    top: -1px;
    -webkit-transform: scaleY(1.3);
    -moz-transform: scaleY(1.3);
    -ms-transform: scaleY(1.3);
    -o-transform: scaleY(1.3);
    transform: scaleY(1.3);
}
.index_pro_menu{
    justify-content: space-between;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    margin: 40px 0;
}
.index_pro_menu a{
    line-height: 60px;
    flex: 1;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    border-right: 1px solid #eee;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.index_pro_menu a:last-of-type{
    border-right: none;
}
.index_pro_menu a:hover{
    color: #C40004;
}
.index_pro_menu .on{
    color: #C40004;
}
.index_pro_con{
    position: relative;
    width: 100%;
}
.index_pro_con .index_pro_list{
    width: 100%;
    position: relative;
    display: none;
}
.index_pro_con .index_pro_list.active{
    display: block;
}
.index_pro_list li{
    height: 530px;
}
.index_pro_list li a{
    padding: 65px 0;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index_pro_list li .img_con{
    /*width: 50%;*/
    height: 90%;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 10;
}
.index_pro_list li .big_model{
    font-family: Montserrat-Bold;
    font-size: 150px;
    color: rgba(0,0,0,0.05);
    position: absolute;
    bottom: 70px;
    right: 30px;
}
.index_pro_list li .img_con img{
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.index_pro_list li:hover .img_con img{
    margin-left: 20px;
}
.index_pro_list li .pro_con{
    background: #c10c05;
    padding: 55px 48px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index_pro_list li .info_con{
    width: 50%;
    height: 100%;
    justify-content: center;
    flex-direction: column;
}
.index_pro_list li .info_con .model{
    color: #fff;
}
.index_pro_list li .info_con .title{
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 58px;
    height: 58px;
    margin-bottom: 5px;
    z-index: 999;
}
.index_pro_list li .info_con .line{
    width: 30px;
    height: 3px;
    background: #C40004;
    margin-bottom: 30px;
}
.index_pro_list li .info_con .info{
    max-height: 200px;
    height: 200px;
    line-height: 25px;
    color: #fff;

}
/*第二屏  解决方案*/
.sec2{

}


/*第三屏 关于我们*/
.sec3{
    background: url(../images/sec4_bg.jpg) no-repeat center center;
    background-size: cover !important;
}
.sec3_top{
    color:#fff;
}
.index_title .info{
    margin-top: 15px;
}
.index_title .info p{
    text-align: center;
}
.sec3_top .read_more{
    color: #fff;
}
.sec3_top .read_more:before{
    background: #fff;
}
.index_num_list{
    margin: 100px 0 0;
    justify-content: space-between;
    color: #fff;
}
.index_num_list li{
    flex: 1;
    text-align: center;
}
.index_num_list li .line_box{
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.index_num_list li .line_box:before{
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    display: block;
    width: 1px;
    height: 108px;
    background: rgba(255,255,255,0.05);
}
.index_num_list li p{
    text-align: center;
}
.index_num_list li i{
    width: 45px;
    padding-bottom: 25px;
    border-bottom: 3px solid #fff;
    position: relative;
    top: 1px;
}

.index_num_list li .p1 span{
    font-size: 90px;
    font-family: Montserrat-Light;
}

.index_num_list li .p2{
    font-size: 18px;
    line-height: 24px;
    margin-top: 5px;
}



/*第四屏 我们的最新动态*/

.index_new_list{
    margin-top: 45px;
}

.index_new_list li{
    float: left;
    width: 23.125%;
    margin-right: 2.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eee;
    position: relative;
}
.index_new_list li:after{
    width: 0;
    height: 2px;
    background: #C40004;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.index_new_list li:hover:after{
    width: 100%;
}
.index_new_list li:nth-of-type(4n){
    margin-right: 0;
}
.index_new_list li a{
    width: 100%;
}
.index_new_list li .img_con{
    overflow: hidden;
    width: 100%;
    padding-top: 67.5%;
    position: relative;
}
.index_new_list li .img_con .img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-size: cover !important;
}

.index_new_list li .info_con{
    padding: 30px 20px;
}
.index_new_list li .info_con .source{
    color: #999;

}
.index_new_list li .info_con .source i{
    color: #C40004;
    margin-right: 10px;
}
.index_new_list li .info_con .title{
    font-size: 20px;
    line-height: 24px;
    height: 48px;
    margin: 15px 0;
}

.index_new_list li .info_con .time{
    font-family: Montserrat-Light;
    line-height: 24px;
    color: #C40004;
}

.sec5{
    height: 500px;
}
.sec5 .part{
    width: 50%;
    height: 100%;
    background-size: cover !important;
    flex-direction: column;
    justify-content: center;
}
.sec5 .part .index_title img{
    margin-bottom: 10px;
}
.sec5 .part .index_title .read_more{
    margin-top: 5px;
}
.sec5 .sec5_left .index_title .read_more:before{
    background: #fff;
}
.sec5_left{
    color: #fff;
    background: url(../images/sec5_left_bg.jpg) no-repeat center center;
}
.sec5_left .index_title .read_more{
    color: #fff;
    margin-top: 0px;
}
.sec5_right{
    background: url(../images/sec5_right_bg.jpg) no-repeat center center;
}


/*底部*/
footer{
    position: relative;
    background: #fff;
}

.bdsharebuttonbox.bdshare-button-style0-16 a{
    width: 35px;
    height: 25px;
    padding: 0;
    margin: 0 20px 0 0;
    display: block;
    float: left;
}

.bdsharebuttonbox.bdshare-button-style0-16 a.bds_tsina{
    background: url(../images/wb_icon.png) no-repeat center left;
}
.bdsharebuttonbox.bdshare-button-style0-16 a.bds_qq{
    background: url(../images/qq_icon.png) no-repeat center left;
}
.bdsharebuttonbox.bdshare-button-style0-16 a.bds_weixin{
    background: url(../images/wx_icon.png) no-repeat center left;
}
.footer_con{
    padding: 100px 0;
}
.foot_left {
    width: 53%;
}
.foot_left .logo{
    margin-bottom: 45px;
}
.foot_left .logo img{
    width: 180px;
}
.footer_nav_list{

}
.footer_nav_list li{
    float: left;
    margin-right: 75px;
}
.footer_nav_list li>a{
    font-size: 18px;
    margin-bottom: 10px;
}
.footer_nav_list li .hide_menu a{
    line-height: 30px;
    color: #666;
}
.foot_right{
    width: 47%;
    justify-content: space-between;
    align-items: center;
    border-left: 1px solid #eee;
    padding-left: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.foot_right .phone_list{
    padding-right: 100px;
}
.foot_right .phone_list .title{
    font-family: Montserrat-Regular;
    font-size: 30px;
    color: #C40004;
    margin-bottom: 10px;
}
.foot_right .phone_list span{
    margin-top: 20px;
    color: #666;
}
.foot_right .phone_list p{
    line-height: 24px;
    margin-top: 10px;
}
.foot_right .phone_list p.weight{
    font-family: Montserrat-Bold;
    font-size: 30px;
}
.foot_right .ewm img{
    width: 120px;
    height: 120px;
}
.foot_right .ewm p{
    margin-top: 5px;
    text-align: center;
    line-height: 24px;
}

.copy_right{
    border-top: 1px solid #eee;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
}

.copy_right .copy{
    line-height: 25px;
}
.copy_right .copy .gongbei_icon{
    margin-right: 3px;
}
.copy_right .go_top{
    padding-right: 40px;
    height: 25px;
    line-height: 25px;
    background: url(../images/go_top.png) no-repeat center right;
    background-size: auto 100% !important;
}




/*视频弹窗*/
.video_mark{
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    top: -200%;
    left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.video_mark.open{
    top: 0;

}
.video_mark .video_box{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    max-height: 70%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.video_mark .video_box video{
    width: 100%;
}
.video_mark .video_box .close{
    position: absolute;
    top: -20px;
    right: -20px;
    background: url(../images/close6.png) no-repeat center center;
    width: 40px;
    height: 40px;
    background-size: 100% 100% !important;
    z-index: 100;
}


/*关于我们------------------------------------------------------*/
.container{

}

.inner{
    position: relative;
}

.inner .inner_img{
    width: 100%;
}

.inner .inner_wrap {
    position: absolute;
    bottom: 130px;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}
.inner .inner_wrap .w{
    justify-content: space-between;
    align-items: flex-end;
}
.inner .inner_title h4{
    font-size: 30px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.inner .inner_title h4 .line{
    width: 50px;
    height: 3px;
    background: #fff;
    margin-right: 23px;
}
.inner .inner_title h5{
    font-family: Montserrat-Light;
    font-size: 60px;
}

.left_menu{
    border-left: 1px solid #fff;
    padding-left: 30px;
}
.left_menu_ul li{
    margin-bottom: 25px;
    color: #fff;
    opacity: 0.5;
    font-size: 24px;
    position: relative;
}
.left_menu_ul li:last-of-type{
    margin-bottom: 0;
}
.left_menu_ul li:before{
    width: 15px;
    height: 15px;
    display: block;
    content: '';
    position: absolute;
    top: 4px;
    right: -30px;
    background: url(../images/left_nav_icon.png) no-repeat center center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}
.left_menu_ul li:hover,
.left_menu_ul li.on{
    opacity: 1;
}
.left_menu_ul li:hover:before,
.left_menu_ul li.on:before {
    opacity: 1;
}
/*不动的背景*/
.about_big_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
.about_big_bg img {
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.about{
    padding: 90px 0;
    background: #fff;
}

.wrap_title{
    margin-bottom: 40px;
}
.wrap_title .line{
    width: 30px;
    height: 3px;
    background: #C40004;
}
.wrap_title h4{
    font-size: 48px;
    margin: 20px 0 10px;
}
.wrap_title h5{
    font-size: 16px;
    color: #666;
    font-family: Montserrat-Light;
}

.wrap_title.center{
    text-align: center;
}
.wrap_title.white{
    color: #fff;
}
.wrap_title.white h5{
    color: #fff;
}


.about1 .sec3_top,
.about1 .index_num_list{
    color: #000;
}

.about1 .index_num_list li i {
    border-bottom: 3px solid #C40004;
}
.about1 .index_num_list li .p1 {
    border-top: 1px solid rgba(2,99,167,0.05);
}
.about1 .index_num_list li .line_box:before {
    background: rgba(2,99,167,0.05);
}

/*企业文化*/

.about2{
    background: #eee;
}

.culture_list{
    justify-content: space-between;
}

.culture_list li{
    flex: 1;
    text-align: center;
    border-left: 1px solid #ddd;

}
.culture_list li:first-of-type{
    border-left: none;
}
.culture_list li img{
    height: 75px;
}
.culture_list li .title{
    font-size: 30px;
    margin: 45px 0 8px;
}
.culture_list li .en_title{
    color: #666;
    font-size: 18px;
}
.culture_list li .line{
    width: 30px;
    height: 3px;
    background: #C40004;
    margin: 45px 0 40px;
}
.culture_list li .tip p,
.culture_list li .tip{
    font-size: 20px;
    line-height: 36px;
    text-align: center;
}
/*发展历程*/
.about3{
    background: transparent;
}
.path_con{
    position: relative;
    padding-top: 30px;
}
.path_con .swiper-button-next-path {
    right: 0px;
    top: 29px;
}
.path_container{
    border-top: 1px solid rgba(255,255,255,0.05);
}
.path_container li{
    color: #fff;
}
.path_container li .path_all{

}

.path_container li .line{
    width: 100px;
    height: 3px;
    background: #C40004;
    position: relative;
    top: -12px;
}
.path_container li .year {
    display: block;
    font-family: Montserrat-Bold;
    font-size: 48px;
    margin: 10px 0 22px;
}

.path_container li .info_con{
    font-size: 18px;
}
.path_container li .info_con p{
    margin-bottom: 15px;
}
.path_container li .info_con p i{
    color: #C40004;
}
.path_container li .info_con .info{
    line-height: 30px;
    max-height: inherit;
}

.about4{
    background: #fff;
}
.honor_con{
    position: relative;
}
.honor_con .swiper-button-prev-honor{
    left: auto;
    right: 68px;
    top: -96px;
}
.honor_con .swiper-button-next-honor{
    right: 0px;
    top: -96px;
}

.honor_con .honor_container{
    padding-bottom: 50px;
}
.honor_con .swiper-pagination-honor{
    top: auto;
    bottom: 0;
    height: 3px;
    background: #eee;
}
.honor_con .swiper-pagination-honor .swiper-pagination-progressbar-fill{
    background: #C40004;
}
.honor_con li{
    height: 350px;
    background: #eeeeee;
    padding: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.honor_con li .info_con{
    width: 55%;
    height: 100%;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
}
.honor_con li .info_con .time{
    font-family: Montserrat-Bold;
    font-size: 30px;
}
.honor_con li .info_con .name{
    font-size: 16px;
    line-height: 24px;
}
.honor_con li .img_con{
    width: 45%;
    height: 100%;
    line-height: 250px;
    text-align: center;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.honor_con li .img_con img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

/*合作客户*/
.partner_con{
    
}
.partner_con .left{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.partner_con .left img{
    width: 80%;
}
.partner_con .right{
    width: 540px;
    height: 570px;
}
.partner_con .right_con{
    width: 100%;
    height: 100%;
    overflow-y: auto;

}
.partner_con .right .part{
    justify-content: space-between;
    margin-bottom: 15px;
}
.partner_con .right .part .province{
    width: 100px;
    font-size: 24px;
    line-height: 36px;
    color: #C40004;

}
.partner_con .right .part ul{
    width: calc(100% - 100px);
}
.partner_con .right .part li{
    line-height: 36px;
}
.partner_con .right .mCSB_inside > .mCSB_container {
    margin-right: 90px;
}
.partner_con .right .part li .name{
    width: calc(100% - 80px);
}
.partner_con .right .part li .level{
    width: 80px;
    text-align: right;
}

.service{
    height: 200px;
    position: relative;
}
.service:before{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #00304c;
    content: '';
    display: block;
}
.service:after{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #eee;
    content: '';
    display: block;
}
.service .w{
    height: 100%;
}
.service .part{
    width: 50%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.service .part .lit_title .title{
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
}
.service .part .lit_title .en_title{
    font-family: Montserrat-Light;
}

.service .left{
    color: #fff;
    padding-right: 150px;
}
.service .left .read_more1{
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.service .left .read_more1:hover{
    opacity: 0.5;
}
.service .right{
    padding-left: 150px;
}
.service .right .read_more1{
    color: #00629c;
    border: 1px solid #666;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.service .right .read_more1:hover{
    opacity: 0.5;
}
.pro .index_pro_list li .info_con {
    width: 40%;
}

.pro .index_pro_list li .img_con {
    width: 40%;
}

.pro .index_pro_list li {
    height: 600px;
    margin-bottom: 80px;
}

.pro .index_pro_list li .info_con .title {
    font-size: 36px;
    margin-bottom: 15px;
}

.pro .index_pro_list li .info_con .model {
    color: #000;
    font-size: 60px;
    font-family: Montserrat-Bold;
}
.pro .index_pro_list li .big_model {
    font-size: 260px;
    bottom: 50px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    white-space: nowrap;
}


.topnav_black.topnav{
    color:#000;
}
.topnav_black.topnav .logo{
    background: url(../images/logo_color.png) no-repeat;
}
.topnav_black.topnav .search_box i {
    background: url(../images/search_icon_color.png) no-repeat center right;
}
.topnav_black.topnav .lan_box a {
    background: url(../images/language_icon_color.png) no-repeat center right;
}
.topnav_black.topnav .menu_box .menu.open {
    color: #fff;
    background: #C40004 url(../images/menu_icon_white.png) no-repeat 79px 11px;
}
.pro_container{
    padding-top: 100px;

}
.crumbs{
    border-top: 1px solid #eee;

}
.crumbs_con{
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

.crumbs_con h6{
    line-height: 40px;
    font-size: 18px;
}
.crumbs_con h6 a,
.crumbs_con h6 span{
    padding: 0 15px;
}
.crumbs_con h6 a:first-of-type{
    padding-left: 0;
}
.crumbs_con h6 span{
    color: #C40004;
}
.go_back{
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #C40004;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.go_back i{
    position: relative;
    top: -1px;
    margin-left: 5px;
}
.go_back:hover{
    -webkit-box-shadow: 0 0 5px #C40004;
    -moz-box-shadow: 0 0 5px #C40004;
    box-shadow: 0 0 5px #C40004;
}

.pro_detail{

}
.pro_detail .part1{
    border-top: 1px solid #eee;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
}
.pro_detail .part1 .left{
    width: 53.75%;
    padding-top: 53.75%;
    position: relative;
    background: url(../images/Ai_bg.png) no-repeat center center;
    background-size: 100% 100% !important;
}
.pro_img_container{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

}
.pro_img_container li,
.pro_img_container li .img_con{
    width: 100%;
    height: 100%;
    text-align: center;
}
.pro_img_container li .img_con img{
    max-height: 85%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pro_detail .part1 .right{
    width: 46.25%;
    padding: 50px 0 50px 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pro_img_container .swiper-pagination-pro-img{
    right: auto;
    left: 30px;
}
.pro_img_container .swiper-pagination-pro-img:before{
    width: 1px;
    height: calc(100% - 162px);
    background: #C40004;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pro_img_container .swiper-pagination-pro-img .swiper-pagination-bullet {
    margin: 80px 0;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #C40004;
    opacity: 1;
    z-index: 100;
    position: relative;
}
.pro_img_container .swiper-pagination-pro-img .swiper-pagination-bullet-active{
    background: #C40004;
}
.pro_detail .part1 .right .lit_title{
    font-size: 30px;
}
.pro_detail .part1 .right .model{
    font-size: 80px;
    color: #C40004;
    font-family: Montserrat-Bold;
    margin: 10px 0;
}
.pro_detail .part1 .right .title{
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 40px;
}

.pro_detail .part1 .right .func_list{
    border-top: 1px solid #eee;
    padding: 40px 0;

}
.pro_detail .part1 .right .func_list li{
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 25px;

}
.pro_detail .part1 .right .func_list li .num{
    color: #C40004;
    margin-right: 3px;
}

.download_btn{
    width: 190px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    background: #C40004;
    color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.download_btn img{
    position: relative;
    top: -1px;
    margin-right: 13px;
}
.download_btn:hover{
    -webkit-box-shadow: 0 0 5px #C40004;
    -moz-box-shadow: 0 0 5px #C40004;
    box-shadow: 0 0 5px #C40004;
}


.pro_detail .part3{
    margin-top: 100px;
    height: 300px;
    background: url(../images/contact_bg.jpg) no-repeat center center;
    background-size: cover !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.pro_detail .part3 p{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #C40004;
}

.contact_btn{
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    background: #C40004;
    color: #fff;
    font-family: Montserrat-Bold;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.contact_btn:hover{
    -webkit-box-shadow: 0 0 5px #C40004;
    -moz-box-shadow: 0 0 5px #C40004;
    box-shadow: 0 0 5px #C40004;
}




/*新闻中心*/
.news1_con{
    position: relative;
}
.news1_con li a{
    width: 100%;
    height: 100%;
}

.news1_con .swiper-button-prev-news{
    top: auto;
    bottom: 0;
    left: 0;
}
.news1_con .swiper-button-next-news{
    top: auto;
    right: 0;
    bottom: 0;
    left: 70px;
}

.news1_con .swiper_left{
    width: 41%;
    height: 500px;
}
.news1_con .swiper_left li{
    opacity: 0 !important;
    -webkit-transition: opacity 0.01s;
    -moz-transition: opacity 0.01s;
    -ms-transition: opacity 0.01s;
    -o-transition: opacity 0.01s;
    transition: opacity 0.01s;
}

.news1_con .swiper_left li.swiper-slide-active{
    opacity: 1 !important;
}
.news1_con .swiper_left li .item_all{
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}
.news_list li .info_con .source,
.news1_con .swiper_left li .source{
    color: #999;
}
.news_list li .info_con .source i,
.news1_con .swiper_left li .source i{
    color: #C40004;
    margin-right: 10px;
}
.news_list li .info_con .title,
.news1_con .swiper_left li .title{
    max-height: 60px;
    line-height: 30px;
    font-size: 24px;
    margin: 15px 0 20px;
}
.news_list li .info_con .time,
.news1_con .swiper_left li .time{
    font-family: Montserrat-Light;
    color: #C40004;
    margin-bottom: 25px;
}
.news_list li .info_con .info,
.news1_con .swiper_left li .info{
    color: #999;
    line-height: 24px;
    max-height: 48px;
}


.read_more2{
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #C40004;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 1px solid #eee;
    margin-top: 25px;
}
.read_more2 i{
    position: relative;
    top: -1px;
    margin-left: 5px;
}
.read_more2:hover{
    background: #C40004;
    border: 1px solid #C40004;
    color: #fff;
}




.news1_con .swiper_right{
    width: 53.125%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;

}
.news1_con .swiper_right li{
    width: 70%;
    opacity: 0.3;
}

.news1_con .swiper_right li.swiper-slide-active{
    opacity: 1;
}
.news1_con .swiper_right .right{
    width: 100%;
    height: 100%;
    background-size: cover !important;
}
.news2{
    border-top: 1px solid #eee;
}
.new_detail_left{
    width: 68.75%;
    padding-right: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #eee;
}
.new_detail_right{
    width: 31.25%;
    padding-left: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*相关文章*/
.resem_con{
}
.resem_con .resem_name{
    font-size: 36px;
}
.resem_new_ul li{
    margin-top: 30px;
}

.resem_new_ul li a{
    border: 1px solid #eee;
    width: 100%;
    padding: 30px 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.resem_new_ul li .source{
    color: #999;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.resem_new_ul li .source i{
    color: #C40004;
    margin-right: 10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.resem_new_ul li .name{
    line-height: 24px;
    font-size: 20px;
    max-height: 48px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin: 15px 0 15px;
}
.resem_new_ul li .time{
    font-family: Montserrat-Light;
    color: #C40004;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.resem_new_ul li:hover a{
    background: #C40004;
    color:#fff;
}
.resem_new_ul li:hover .source i,
.resem_new_ul li:hover .source,
.resem_new_ul li:hover .name,
.resem_new_ul li:hover .time{
    color: #fff;
}

.news_list li{
    margin-bottom: 50px;
}

.news_list li a{
    width: 100%;
    height: 100%;
}
.news_list li .li_con{
    justify-content: space-between;
    align-items: center;
}
.news_list li .img_con{
    width: 370px;
    height: 250px;
    overflow: hidden;
}
.news_list li .img_con .img{
    width: 100%;
    height: 100%;
    background-size: cover !important;
}
.news_list li .info_con{
    width: calc(100% - 370px);
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.news_list li .info_con .title{
    max-height: 30px;
    margin: 15px 0 13px;
}
.news_list li .info_con .time {
    margin-bottom: 13px;
}
.news_list li .info_con .read_more2 {
    margin-top: 15px;
}

/*分页*/
.page{
    border-top: 1px solid #eee;
    padding-top: 50px;
}

.page .prev,
.page .next{
    margin-right: 20px;
}
.new_essay .source{
    color:#999;
}
.new_essay .source i{
    color: #C40004;
}
.new_essay .title{
    font-size: 36px;
    line-height: 45px;
    margin: 15px 0 0;
}
.new_essay .time{
    font-family: Montserrat-Light;
    margin: 15px 0 40px;
    color: #C40004;
}
.new_essay .page_info{
    line-height: 30px;
    color: #999 !important;
    padding-bottom: 50px;
}


.question_con{
    position: relative;
}
.question_container{

}
.question_container li{
    height: 230px;
    padding: 30px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eee;

}
.question_container li .qq,
.question_container li .aa{

    justify-content: space-between;

}
.question_container li .qq{
    margin-bottom: 25px;
}
.question_container li .aa{

}
.question_container li .qq .title{
    line-height: 24px;
    font-weight: 700;
    height: 24px;
    font-size: 20px;
    width: calc(100% - 30px);
}

.question_container li .qq .tip,
.question_container li .aa .tip{
    font-size: 20px;
    line-height: 24px;
    color: #C40004;
    font-family: Montserrat-Bold;
    width: 30px;
}
.question_container li .aa .info{
    line-height: 24px;
    max-height: 72px;
    color: #666;
    width: calc(100% - 30px);
    z-index: 1;
}
.question_container li .num{
    color:#eee;
    font-family: Montserrat-Bold;
    font-size: 100px;
    position: absolute;
    right: 8px;
    bottom: -10px;
}
.custom2{
    color: #fff;
    background: #00304c;
}
.custom2_title{

}
.custom2_title h6{
    font-size: 24px;

}
.custom2_title h6 i{
    color: #C40004;
    margin-right: 10px;
}
.custom2_title p{
    font-size: 48px;
    margin: 25px 0 35px;
}


.liuyan_con li{
    width: 48.75%;
    margin-right: 2.5%;
    float: left;
    margin-bottom: 20px;
}
.liuyan_con li:nth-of-type(2n){
    margin-right: 0;
}

.liuyan_con li textarea,
.liuyan_con li input{
    width: 100%;
    background: rgba(0,0,0,0.1);
    border: none;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    line-height: 20px;
}
.liuyan_con li textarea{
    height: 100px;
}
.liuyan_con li.textarea_li{
    width: 100%;
}
.liuyan_con li.submit_li{
    width: 100%;
}

.liuyan_con li.submit_li input{
    text-align: center;
    color: #fff;
    background: #C40004;
    width: 180px;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.liuyan_con li.submit_li input:hover{
    margin-left: 10px;
}
::-webkit-input-placeholder{
    color:#fff;
}
::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#fff;
}
:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#fff;
}
:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#fff;
}


.download_con{
    position: relative;
}

.download_con li{
    height: 370px;

    background: url(../images/down_bg.jpg) no-repeat top right;
    background-size: cover !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;

}
.download_con li .down_icon1{
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: url(../images/down_icon_img.png) no-repeat center center;
    background-size: 100% 100% !important;

}
.download_con li:hover{
    color: #fff;
    background: url(../images/down_bg_hover.jpg) no-repeat top right;
}
.download_con li:hover .title{
    color:#fff;
}
.download_con li a{
    width: 100%;
    height: 100%;
    padding: 50px 30px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.download_con li .file_con{
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.download_con li .title{
    width: 70%;
    color: #C40004;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-bottom: 20px;
}

.download_con li .time{
    font-family: Montserrat-Light;
}



.development1_info p,
.development1_info{
    line-height: 30px;
    text-align: center;
    font-size: 18px;
}
.development1_info{
    width: 80%;
    margin: 0 auto;
    padding: 0 100px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.development1_info:after,
.development1_info:before{
    position: absolute;
    content: "";
    display: block;
    width: 73px;
    height: 57px;
    background-size: 100% 100% !important;
}
.development1_info:before{
    top: -30px;
    left: 0;
    background: url(../images/marks_icon1.png) no-repeat center center;
}
.development1_info:after{
    bottom: -30px;
    right: 0;
    background: url(../images/marks_icon2.png) no-repeat center center;
}

.contact2{
    background: url(../images/People_bg.jpg) no-repeat center center;
    background-size: cover !important;
    color: #fff;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 30px;
}
.contact2 .p1{
}
.contact2 .p2{
    font-family: Montserrat-Light;
    letter-spacing: 5px;
    margin-top: 18px;
}
.contact3{
    background: #eee;
}
.jop_list{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.jop_list li{
    width: 25%;
    float: left;
    padding: 60px 0 60px 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

.jop_list li:nth-of-type(4n-3):after{
    width: 400%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
}
.jop_list li .li_con{
    border-right: 1px solid #ddd;
    padding-right: 40px;
}
.jop_list li:nth-of-type(4n) .li_con{
    border-right: none;
}
.jop_list li .time{
    font-family: Montserrat-Light;
    color: #C40004;
}
.jop_list li .title{
    line-height: 30px;
    height: 30px;
    font-size: 24px;
    margin: 20px 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.jop_list li .detail{
    line-height: 25px;
    height: 25px;
}
.jop_list li .detail i{
    color: #666;
}
.jop_list li:hover .title{
   color: #C40004;
}

.contact4{
    position: relative;
}
.contact4 .left{
    width: 40%;
}
.contact4 .hello{
    position: relative;
    font-family: Montserrat-Light;
    font-size: 100px;
    display: inline-block;
    margin: 20px 0 10px;
}
.contact4 .hello:after{
    content: "";
    display: block;
    position: absolute;
    top: -60px;
    right: -125px;
    width: 84px;
    height: 86px;
    background: url(../images/hello.png) no-repeat center center;
    background-size: 100% 100% !important;

}
.contact4 .tip{
    font-size: 32px;
}
.contact4 .title{
    font-size: 32px;
    margin: 80px 0 20px;
}
.contact4 .add{
    font-size: 24px;
    color: #999;
    line-height: 30px;
}
.contact4 .phone_list{
    margin-top: 48px;
}
.contact4 .phone_list span{
    color: #666;
}
.contact4 .phone_list .p1{
    font-size: 30px;
    font-family: Montserrat-Bold;
    margin-bottom: 20px;
}
.contact4 .phone_list .p2{
    font-size: 18px;
    font-weight: 700;
}
.contact4{
    margin: 100px 0;
}
.contact4 .map_con{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}











.display_mark{
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    top: -200%;
    left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.display_mark.open{
    top: 0;

}
.display_mark .w{
    height: 100%;
}
.display_mark .display_box{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 80%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 100px 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.display_box .left{
    width: 40%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.display_box .left_top .title{
    font-size: 30px;
    margin-bottom: 5px;
}
.display_box .left_top .detail{
    line-height: 25px;
}
.display_box .left_top .time{
    color: #999;
}

.display_box .left_bot .ewm_con{
    text-align: center;
    width: 180px;
}
.display_box .left_bot .ewm_con img{
    width: 100%;
}
.display_box .left_bot .ewm_con span{
    line-height: 20px;
    display: block;
}
.display_box .left_bot .hr_list{
    margin-top: 20px;
}
.display_box .left_bot .hr_list p{
    font-size: 18px;
    line-height: 36px;
}

.display_box .right{
    padding-left: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
    height: 100%;
    overflow-y: auto;
}
.display_box .right::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 3px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.display_box .right::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    background   : #bbb;
}
.display_box .right::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    background   : #ededed;
}
.display_box .right .part{
    padding-bottom: 40px;
}
.display_box .right .part:last-of-type{
    padding-bottom: 0;
}
.display_box .right .part .part_title{
    font-size: 24px;
}
.display_box .right .part .line{
    background: #C40004;
    width: 30px;
    height: 2px;
    margin: 20px 0 15px;
}
.display_box .right .part .info{

}
.display_box .close{
    position: absolute;
    top: 15px;
    right: 15px;
    background: url(../images/close6.png) no-repeat center center;
    width: 53px;
    height: 53px;
    background-size: 100% 100% !important;
    z-index: 100;
    cursor: pointer;
}

#allmap{
    width: 100%;
    height: 100%;
}
.search{
    border-top: 1px solid #eee;
}




/*搜索结果页*/
.search_title{
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 50px;
}
.search_list{
    margin-bottom: 60px;
    border-top: 1px solid #eeeeee;
}
.search_list li{
    border-bottom: 1px solid #eeeeee;
}
.search_list li a{
    padding: 40px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search_list li .title{
    max-height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 5px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.search_list li .source{
    color: #999999;
}
.search_list li:hover .title{
    color: #C40004;
}
.search_list li:hover{
    background: #eee;
}
.search_page{
    border: none;
    text-align: center;
    padding-top: 0;
}
@media screen and (max-width: 1680px) {
    .w{
        width: 1280px;
    }
    body{
        font-size: 15px;
    }
    .full_meum_list li {
        padding: 18% 0 0 0;
    }
    .full_meum_list li>a h6 {
        font-size: 30px;
        line-height: 40px;
        margin: 15px 0 5px;
    }
    .full_meum_list li>a i, .full_meum_list li>a span {
        line-height: 35px;
        font-size: 18px;
    }
    .full_meum_list li dd a {
        line-height: 38px;
        font-size: 17px;
    }
    .topnav .logo {
        width: 150px;
        height: 42px;
    }
    .topnav .nav_list li>a {
        font-size: 17px;
    }
    .topnav .right_list li {
        padding-left: 40px;
    }

    .banner_info .title1 {
        font-size: 40px;
        letter-spacing: 12px;
    }

    .banner_info .title2 {
        font-size: 26px;
        line-height: 34px;
    }
    .sec0 .mouse_icon{
        width: 70px;
        height: 70px;
    }
    .sec0 .slide_down {
        width: 8px;
        height: 180px;
        background: url(../images/slide_down.png) no-repeat top center;
        background-size: 100%;
    }
    .sec {
        padding: 75px 0;
    }

    .index_title .tip {
        font-size: 22px;
    }
    .index_title .title {
        font-size: 40px;
        margin: 12px 0;
    }
    .index_pro_menu {
        padding: 15px 0;
        margin: 30px 0;
    }
    .index_pro_menu a {
        line-height: 48px;
        font-size: 20px;
    }
    .index_pro_list li {
        height: 475px;
    }
    .index_pro_list li a {
        padding: 50px 0;
    }
    .index_pro_list li .pro_con {
        padding: 0px 35px;
    }
    .index_pro_list li .info_con .title {
        font-size: 24px;
        line-height: 50px;
        height: 50px;
    }

    .index_pro_list li .info_con {
        width: 55%;
    }
    .index_pro_list li .img_con {
        width: 45%;
    }
    .index_num_list li .line_box:before{
        height: 85px;
    }
    .index_num_list li .p1 span {
        font-size: 70px;
    }
    .index_num_list li .p2 {
        font-size: 16px;
    }

    .index_new_list li .info_con .title {
        font-size: 18px;
    }
    .index_new_list li .info_con {
        padding: 20px 15px;
    }

    .sec5 .part .index_title img {
        height: 80px;
    }
    .footer_con {
        padding: 80px 0;
    }
    .foot_left .logo img {
        width: 150px;
    }
    .foot_left .logo {
        margin-bottom: 35px;
    }
    .footer_nav_list li {
        float: left;
        margin-right: 50px;
    }
    .foot_left {
        width: 56%;
    }
    .foot_right {
        width: 44%;
        padding-left: 55px;
    }
    .foot_right .phone_list .title {
        font-size: 28px;
        margin-bottom: 0px;
    }
    .foot_right .phone_list p.weight {
        font-size: 26px;
    }
    .foot_right .phone_list p {
        line-height: 24px;
        margin-top: 5px;
    }
    .foot_right .phone_list {
        padding-right: 70px;
    }
    .foot_right .ewm img {
        width: 110px;
        height: 110px;
    }
    .copy_right {
        padding: 18px 0;
    }

    .index_pro_list li .big_model {
        font-size: 115px;
    }
    .index_num_list {
        margin: 80px 0 0;
    }
    .sec5 {
        height: 450px;
    }
    /*关于我们*/
    .inner .inner_wrap {
        bottom: 70px;
    }

    .inner .inner_title h4 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .inner .inner_title h5 {
        font-size: 50px;
    }
    .left_menu {
        padding-left: 23px;
    }
    .left_menu_ul li {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .abput1 .index_num_list {
        margin: 50px 0 0;
    }
    .about {
        padding: 65px 0;
    }
    .culture_list li img {
        height: 60px;
    }
    .culture_list li .title {
        font-size: 26px;
        margin: 30px 0 7px;
    }
    .culture_list li .line {
        margin: 30px 0 22px;
    }
    .culture_list li .tip p, .culture_list li .tip {
        font-size: 18px;
        line-height: 32px;
    }
    .wrap_title h4 {
        font-size: 40px;
        margin: 15px 0 7px;
    }
    .wrap_title {
        margin-bottom: 30px;
    }
    .path_container li .year {
        font-size: 40px;
        margin: 5px 0px 15px;
    }

    .honor_con li {
        height: 270px;
        padding: 35px;
    }
    .honor_con li .img_con {
        line-height: 200px;
    }
    .honor_con .honor_container {
        padding-bottom: 40px;
    }

    .partner_con .right {
        width: 500px;
        height: 475px;
    }

    .service {
        height: 160px;
    }
    .pro .index_pro_list li {
        height: 515px;
        margin-bottom: 60px;
    }
    .pro .index_pro_list li .info_con .model {
        font-size: 50px;
    }

    .pro .index_pro_list li .big_model {
        font-size: 220px;
        bottom: 40px;
    }
    .pro .index_pro_list li .info_con .title {
        font-size: 32px;
        margin-bottom: 12px;
    }
    .index_pro_list li .pro_con {
        padding: 0px 50px;
    }
    .crumbs_con {
        height: 80px;
    }
    .crumbs_con h6 {
        line-height: 36px;
        font-size: 16px;
    }
    .go_back {
        width: 110px;
        height: 35px;
        line-height: 36px;
    }
    .pro_detail .part1 .right .lit_title {
        font-size: 26px;
    }

    .pro_detail .part1 .right .model {
        font-size: 65px;
        margin: 5px 0;
    }
    .pro_detail .part1 .right .title {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 30px;
    }
    .pro_detail .part1 .right .func_list {
        padding: 30px 0;
    }
    .pro_detail .part1 .right .func_list li {
        line-height: 30px;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .download_btn {
        width: 170px;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }

    .pro_detail .part3 {
        margin-top: 80px;
        height: 250px;
    }

    .pro_detail .part3 p {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .contact_btn {
        width: 180px;
        height: 39px;
        line-height: 40px;
        font-size: 16px;
    }
    .news1_con .swiper_left {
        height: 420px;
    }
    .news_list li .info_con .title, .news1_con .swiper_left li .title {
        max-height: 50px;
        line-height: 25px;
        font-size: 20px;
        margin: 15px 0 18px;
    }

    .news_list li .info_con .time, .news1_con .swiper_left li .time {
        margin-bottom: 15px;
    }
    .read_more2 {
        width: 110px;
        height: 35px;
        line-height: 35px;
        margin-top: 20px;
    }
    .new_detail_left {
        padding-right: 65px;
    }
    .new_detail_right {
        padding-left: 65px;
    }
    .resem_con .resem_name {
        font-size: 30px;
    }
    .resem_new_ul li {
        margin-top: 20px;
    }
    .resem_new_ul li a {
        padding: 20px 20px;
    }
    .resem_new_ul li .name {
        line-height: 24px;
        font-size: 18px;
        max-height: 48px;
        margin: 12px 0;
    }

    .news_list li .info_con .title {
        margin: 10px 0 12px;
    }
    .news_list li .info_con .time{
        margin-bottom: 10px;
    }
    .news_list li .img_con {
        width: 300px;
        height: 210px;
    }
    .news_list li .info_con {
        width: calc(100% - 300px);
        padding-left: 35px;
    }
    .news_list li {
        margin-bottom: 40px;
    }
    .new_essay .title {
        font-size: 30px;
        line-height: 40px;
    }

    .question_container li {
        height: 180px;
        padding: 25px;
    }
    .question_container li .qq {
        margin-bottom: 20px;
    }
    .question_container li .num {
        font-size: 70px;
        bottom: 0px;
    }
    .question_container li .qq .tip,
    .question_container li .aa .tip,
    .question_container li .qq .title {
        font-size: 18px;
    }
    .custom2_title p {
        font-size: 32px;
        margin: 20px 0 30px;
    }
    .custom2_title h6 {
        font-size: 20px;
    }

    .liuyan_con li.submit_li input {
        width: 160px;
        font-size: 16px;
    }

    .download_con li a {
        padding: 35px 25px 20px;
    }
    .download_con li {
        height: 325px;
    }
    .download_con li .title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .download_con li .down_icon1 {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
    }

    .development1_info {
        padding: 0 90px;
    }

    .development1_info p, .development1_info {
        line-height: 27px;
        font-size: 16px;
    }
    .development1_info:after, .development1_info:before {
        width: 60px;
        height: 50px;
    }

    .development1_info:before {
        top: -20px;
    }
    .development1_info:after {
        bottom: -20px;
    }
    .jop_list li {
        padding: 40px 0 40px 40px;
    }
    .jop_list li .title {
        font-size: 22px;
        margin: 12px 0;
    }
    .display_box .left_top .title {
        font-size: 28px;
        margin-bottom: 5px;
    }
    .contact4 .hello {
        font-size: 80px;
        margin: 15px 0 5px;
    }
    .contact4 .hello:after {
        top: -54px;
        right: -90px;
        width: 68px;
        height: 70px;
    }
    .contact4 .tip {
        font-size: 26px;
    }
    .contact4 .title {
        font-size: 26px;
        margin: 60px 0 15px;
    }

    .contact4 .add {
        font-size: 20px;
    }
    .contact4 .phone_list .p1 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .contact4 {
        margin: 65px 0;
    }











    .display_mark .display_box {
        padding: 80px 50px;
    }
    .display_box .left_bot .hr_list p {
        font-size: 16px;
        line-height: 30px;
    }
    .display_box .left_bot .ewm_con {
        width: 120px;
    }
    .display_box .left_top .title{
        margin-top: 0;
    }
    .display_box .right .part .part_title {
        font-size: 22px;
    }














    .search_title {
        font-size: 22px;
        line-height: 24px;
        margin: 0 0 40px;
    }
    .search_list li a {
        padding: 30px 0;
    }
    .search_list {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1500px) {
    body{
        font-size: 14px;
    }
}



@media screen and (max-width: 1366px) {
    .w{
        width: 1080px;
    }
    .topnav .logo {
        width: 130px;
        height: 36px;
    }
    .topnav .menu_box .menu {
        padding: 5px 40px 4px 15px;
    }
    .topnav_black.topnav .menu_box .menu.open,
    .topnav .menu_box .menu.open {
        background-position: 65px 10px;
        background-size: 18px;
    }
    .topnav .menu_box .menu.close {
        background-position: 69px 9px;
        background-size: 15px;
    }

    .topnav .right_list li {
        padding-left: 25px;
    }
    .topnav .nav_list li>a {
        font-size: 16px;
    }
    .full_meum_list li>a h6 {
        font-size: 26px;
        margin: 5px 0 5px;
    }
    .full_meum_list li .line {
        margin-bottom: 20px;
    }
    .banner_info .title1 {
        font-size: 34px;
        letter-spacing: 10px;
        line-height: 75px;
    }
    .banner_info .title2 {
        font-size: 20px;
        line-height: 20px;
    }
    .sec0 .mouse_icon{
        width: 60px;
        height: 60px;
        background-size: 30%;
    }
    .sec0 .slide_down {
        width: 7px;
        height: 160px;
        background-size: 100% !important;
        bottom: 35px;
        right: 50px;
    }

    .sec {
        padding: 55px 0;
    }

    .index_title .title {
        font-size: 32px;
    }
    .index_title .tip {
        font-size: 20px;
    }
    .index_pro_menu a {
        line-height: 40px;
        font-size: 18px;
    }
    .index_pro_menu {
        padding: 12px 0;
        margin: 25px 0;
    }
    .index_pro_list li {
        height: 425px;
    }

    .index_pro_list li .info_con .title {
        font-size: 22px;
    }
    .index_num_list li .p1 span {
        font-size: 60px;
    }
    .index_num_list {
        margin: 60px 0 0;
    }
    .index_new_list li .info_con .title {
        font-size: 16px;
        margin: 12px 0;
    }
    .index_new_list {
        margin-top: 35px;
    }

    .sec5 {
        height: 420px;
    }
    .sec5 .part .index_title img {
        height: 75px;
    }
    .footer_con {
        padding: 60px 0;
    }
    .foot_left .logo img {
        width: 130px;
    }
    .footer_nav_list li>a {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .foot_left {
        width: 60%;
    }
    .foot_right {
        width: 40%;
        padding-left: 45px;
    }
    .foot_right .phone_list {
        padding-right: 40px;
    }
    .foot_right .ewm img {
        width: 100px;
        height: 100px;
    }

    .foot_right .phone_list span {
        margin-top: 16px;
    }
    .foot_right .phone_list .title {
        font-size: 24px;
    }
    .topnav {
        height: 85px;
    }
    .topnav .topnav_w {
        padding: 0px 70px;
    }

    .bdsharebuttonbox.bdshare-button-style0-16 a {
        margin: 0 10px 0 0;
    }

    .inner .inner_title h4 {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .inner .inner_title h5 {
        font-size: 36px;
    }
    .inner .inner_title h4 .line {
        width: 30px;
        height: 3px;
        margin-right: 18px;
    }
    .left_menu_ul li {
        font-size: 17px;
        margin-bottom: 16px;
    }
    .inner .inner_wrap {
        bottom: 40px;
    }
    .index_num_list {
        margin: 35px 0 0;
    }

    .culture_list li img {
        height: 50px;
    }
    .culture_list li .title {
        font-size: 24px;
        margin: 25px 0 7px;
    }

    .culture_list li .en_title {
        font-size: 17px;
    }
    .culture_list li .line {
        margin: 22px 0 13px;
    }
    .wrap_title h4 {
        font-size: 32px;
    }

    .path_container li .year {
        font-size: 36px;
        margin: 5px 0px 10px;
    }
    .prev2, .prev1, .next1, .next2, .next3 {
        width: 36px;
        height: 36px;
        background-size: contain !important;
    }
    .honor_con .honor_container {
        padding-bottom: 30px;
    }
    .honor_con .swiper-button-prev-honor {
        right: 60px;
        top: -66px;
    }
    .honor_con .swiper-button-next-honor {
        top: -66px;
    }
    .honor_con li {
        height: 240px;
        padding: 30px;
    }
    .honor_con li .img_con {
        line-height: 180px;
    }
    .honor_con li .info_con {
        padding-right: 30px;
    }
    .honor_con li .info_con .time {
        font-size: 26px;
    }
    .honor_con li .info_con .name {
        font-size: 15px;
    }
    .honor_con li .info_con .name {
        font-size: 15px;
        line-height: 24px;
    }
    .about {
        padding: 50px 0;
    }
    .service {
        height: 140px;
    }

    .service .part .lit_title .title {
        font-size: 25px;
        margin-bottom: 7px;
    }
    .service .left {
        padding-right: 100px;
    }
    .service .right {
        padding-left: 100px;
    }
    .path_con .swiper-button-next-path {
        top: 35px;
    }
    .pro .index_pro_list li .info_con .model {
        font-size: 40px;
    }
    .pro .index_pro_list li .info_con .title {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .pro .index_pro_list li {
        height: 460px;
        margin-bottom: 40px;
    }
    .pro .index_pro_list li .big_model {
        font-size: 190px;
        bottom: 40px;
    }
    .pro_img_container .swiper-pagination-pro-img .swiper-pagination-bullet {
        margin: 50px 0;
        width: 10px;
        height: 10px;
    }
    .pro_img_container .swiper-pagination-pro-img:before {
        height: calc(100% - 102px);
    }

    .pro_detail .part1 .right {
        padding: 40px 0 40px 70px;
    }

    .pro_detail .part1 .right .lit_title {
        font-size: 22px;
    }

    .pro_detail .part1 .right .model {
        font-size: 50px;
        margin: 5px 0 0px;
    }
    .pro_detail .part1 .right .title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .pro_detail .part1 .right .func_list li {
        line-height: 25px;
        margin-bottom: 15px;
    }
    .pro_detail .part1 .right .func_list {
        padding: 20px 0;
    }
    .pro_detail .part3 {
        margin-top: 50px;
        height: 210px;
    }

    .pro_detail .part3 p {
        font-size: 22px;
        margin-bottom: 23px;
    }

    .pro_container {
        padding-top: 85px;
    }

    .news1_con .swiper_left {
        height: 360px;
    }
    .news_list li .info_con .title, .news1_con .swiper_left li .title {
        font-size: 18px;
        margin: 12px 0 15px;
    }
    .news1_con .swiper-button-next-news {
        left: 50px;
    }
    .news_list li .info_con .title {
        margin: 8px 0 10px;
    }
    .news_list li .info_con .time {
        margin-bottom: 8px;
    }
    .news_list li .info_con .read_more2 {
        margin-top: 10px;
    }
    .news_list li .img_con {
        width: 270px;
        height: 190px;
    }
    .news_list li .info_con {
        width: calc(100% - 270px);
        padding-left: 30px;
    }
    .new_detail_left {
        padding-right: 40px;
    }
    .resem_con .resem_name {
        font-size: 22px;
    }
    .new_detail_right {
        padding-left: 40px;
    }
    .resem_new_ul li .name {
        font-size: 16px;
        margin: 10px 0;
    }
    .page .prev, .page .next {
        margin-right: 8px;
    }
    .page {
        padding-top: 30px;
    }
    .news_list li {
        margin-bottom: 25px;
    }
    .new_essay .title {
        font-size: 24px;
        line-height: 32px;
        margin: 10px 0 0;
    }
    .new_essay .time {
        margin: 10px 0 25px;
    }
    .new_essay .page_info {
        padding-bottom: 30px;
    }
    .question_container li .qq {
        margin-bottom: 12px;
    }

    .question_container li {
        height: 165px;
    }
    .custom2_title p {
        font-size: 25px;
        margin: 15px 0 20px;
    }
    .custom2_title h6 {
        font-size: 18px;
    }
    .liuyan_con li {
        margin-bottom: 15px;
    }
    .liuyan_con li.submit_li input {
        width: 150px;
    }

    .liuyan_con li textarea, .liuyan_con li input {
        padding: 16px;
    }

    .download_con li {
        height: 280px;
    }
    .download_con li .title {
        font-size: 17px;
        margin-bottom: 10px;
        line-height: 25px;
    }
    .download_con li .down_icon1 {
        width: 40px;
        height: 40px;
    }
    .development1_info p, .development1_info {
        line-height: 25px;
        font-size: 16px;
    }
    .development1_info{
        width: 90%;
    }
    .development1_info:after {
        bottom: -15px;
    }
    .development1_info:after, .development1_info:before {
        width: 50px;
        height: 43px;
    }
    .development1_info:before {
        top: -15px;
    }

    .display_box .left_bot .hr_list p {
        font-size: 14px;
        line-height: 26px;
    }
    .display_box .right .part {
        padding-bottom: 20px;
        height: 50%;
    }
    .display_box .right .part .part_title {
        font-size: 20px;
    }
    .display_box .right .part .info {
        height: calc(100% - 55px);
    }
    .display_mark .display_box {
        padding: 65px 40px;
    }
    .display_box .left_top .title {
        font-size: 25px;
    }
    .contact2 {
        font-size: 24px;
    }
    .contact2 .p2 {
        letter-spacing: 2px;
        margin-top: 15px;
    }

    .jop_list li .title {
        font-size: 20px;
        margin: 8px 0;
    }
    .jop_list li {
        padding: 30px 0 30px 30px;
    }
    .jop_list li .li_con {
        padding-right: 30px;
    }
    .contact4 .hello {
        font-size: 70px;
        margin: 10px 0 2px;
    }
    .contact4 .hello:after {
        top: -38px;
        right: -70px;
        width: 58px;
        height: 60px;
    }

    .contact4 .tip {
        font-size: 22px;
    }
    .contact4 .title {
        font-size: 22px;
        margin: 50px 0 10px;
    }
    .contact4 .add {
        font-size: 16px;
        line-height: 25px;
    }
    .contact4 .phone_list .p1 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .contact4 .phone_list .p2 {
        font-size: 16px;
    }
    .contact4 {
        margin: 45px 0;
    }



    .search_title {
        font-size: 20px;
        margin: 0 0 30px;
    }
    .search_list li a {
        padding: 25px 0;
    }
    .search_list {
        margin-bottom: 40px;
    }



}
@media screen and (max-width: 1280px) {


}



/*移动端*/
@media screen and (max-width: 900px) {

    .w {
        margin: 0;
        width: auto;
        padding: 0 15px;
    }
    body{
        background: #fff;
    }
    .topnav {
        height: 60px;
    }
    .topnav .topnav_w {
        padding: 0px 15px;
    }
    .topnav .logo {
        width: 85px;
        height: 24px;
    }

    .topnav .menu_box .menu {
        padding: 2px 30px 3px 10px;
    }
    .topnav_black.topnav .menu_box .menu.open,
    .topnav .menu_box .menu.open {
        background-position: 59px 9px;
        background-size: 15px;
    }

    .topnav .menu_box .menu.close {
        background-position: 61px 8px;
        background-size: 14px;
    }
    .topnav .right_list li {
        padding-left: 20px;
    }

    .full_meum_list {
        padding: 80px 0 40px;
        flex-wrap: wrap;
        overflow: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .full_meum_list li {
        padding: 15px 15px 15px 30px;
        width: 100%;
    }
    .full_meum_list li .line {
        margin-bottom: 10px;
    }
    .full_meum_list li>a i, .full_meum_list li>a span {
        line-height: 30px;
        font-size: 17px;
    }
    .full_meum_list li>a h6 {
        font-size: 24px;
        margin: 0px 0px 5px;
    }
    .full_meum_list li dd a {
        line-height: 32px;
        font-size: 16px;
    }
    .full_meum_list li .hide_menu{
        display: none;
    }
    .banner_info .title1 {
        font-size: 26px;
        letter-spacing: 2px;
        line-height: 40px;
    }
    .banner_info .title2 {
        font-size: 16px;
        line-height: 20px;
    }
    .index_title .title {
        font-size: 22px;
        margin: 10px 0;
    }
    .sec {
        padding: 30px 0;
    }
    .index_title .tip {
        font-size: 16px;
    }
    .index_pro_menu a {
        line-height: 22px;
        font-size: 15px;
        padding: 0 10px;
    }
    .index_pro_list li a {
        padding: 30px 0;
    }
    .index_pro_list li .pro_con {
        padding: 0px 20px;
    }
    .index_pro_list li {
        height: 360px;
    }
    .index_pro_list li .big_model {
        font-size: 70px;
        bottom: 40px;
        right: 20px;
    }
    .index_pro_list li .info_con .title {
        font-size: 18px;
        line-height: 40px;
        height: auto;
    }
    .index_pro_list li .info_con .line {
        margin-bottom: 15px;
    }
    .index_pro_list li {
        height: 300px;
    }
    .index_pro_list li .info_con .info {
        max-height: 150px;
        display: none;
    }
    .index_pro_list li a {
        padding: 10px 0;
    }
    .index_pro_list li .img_con {
        padding-left: 10px;
        width: 70%;
    }
    .index_title .en_title img{
        width: 280px;
    }
    .read_more {
        margin-top: 15px;
    }
    .index_num_list {
        margin: 30px 0 0;
    }
    .index_num_list li .line_box:before {
        height: 50px;
    }
    .index_num_list li .p1 {
        line-height: 26px;
        margin-top: 15px;
    }
    .index_num_list li .p1 span {
        font-size: 20px;
    }
    .index_num_list li .p2 {
        font-size: 12px;
        margin-top: 0;
    }
    .index_num_list li i {
        padding-bottom: 10px;
    }
    .index_new_list {
        margin-top: 20px;
    }
    .index_new_list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 10px;
    }

    .index_new_list li:nth-of-type(2n) {
        margin-right: 0;
    }
    .index_new_list li .info_con {
        padding: 15px 10px;
    }
    .index_new_list li .info_con .title {
        margin: 8px 0;
    }
    .sec5 {
        height: 200px;
    }
    .sec5 .part .index_title img {
        height: 45px;
    }
    .index_title .title {
        font-size: 18px;
        margin: 10px 0;
    }
    .index_pro_menu {
        margin: 20px 0;
    }
    .prev1, .prev2 {
        left: 0px;
    }
    .next1, .next2 {
        right: 0px;
    }
    .sec0 .slide_down {
        bottom: 25px;
        right: 35px;
    }
    .foot_left {
        width: 100%;
    }
    .foot_right {
        width: 100%;
        padding-left: 0;
        border-left: none;
    }
    .foot_left .logo {
        margin-bottom: 20px;
    }
    .foot_left .logo img {
        width: 100px;
    }
    .footer_con {
        padding: 25px 0;
    }
    .foot_right .phone_list .title {
        font-size: 20px;
    }
    .copy_right {
        padding: 10px 0;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .video_mark .video_box {
        width: 90%;
        max-height: 70%;
    }

    .inner .inner_wrap {
        bottom: 10px;
    }
    .inner .inner_title h4 {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .inner .inner_title h5 {
        font-size: 25px;
    }
    .inner .inner_title h4 .line {
        width: 20px;
        height: 2px;
        margin-right: 10px;
    }
    .about {
        padding: 30px 0;
    }
    .culture_list {
        flex-wrap: wrap;
    }
    .culture_list li {
        width: 100%;
        flex: auto;
        border-left: none;
        border-top: 1px solid #ddd;
        padding: 25px 0;
    }
    .culture_list li:first-of-type {
        border-top: none;
    }
    .culture_list li img {
        height: 40px;
    }

    .culture_list li .title {
        font-size: 24px;
        margin: 15px 0 7px;
    }
    .wrap_title h4 {
        font-size: 25px;
    }

    .wrap_title {
        margin-bottom: 15px;
    }
    .honor_con .swiper-button-prev-honor {
        right:50px;
        top: -38px;
    }
    .honor_con .swiper-button-next-honor {
        top: -38px;
    }
    .honor_con .honor_container {
        padding-bottom: 20px;
    }
    .partner_con .left {
        width: 100%;
        padding-right: 0;
    }
    .partner_con .right {
        width: 100%;
        height: 450px;
    }

    .partner_con .right .mCSB_inside > .mCSB_container {
        margin-right: 35px;
    }
    .partner_con .right .part .province {
        width: 80px;
        font-size: 20px;
        line-height: 30px;
    }
    .partner_con .right .part ul {
        width: calc(100% - 80px);
    }
    .partner_con .right .part li {
        line-height: 30px;
    }
    .service {
        height: 200px;
    }
    .service .part {
        width: 50%;
        height: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .service .left {
        padding-right: 0;
    }
    .service .right {
        padding-left: 0;
    }
    .service .part .lit_title{
        width: 100%;
        text-align: center;
    }
    .service .part .lit_title .title {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .pro .index_pro_list li .info_con .model {
        font-size: 25px;
    }

    .pro .index_pro_list li .info_con .title {
        font-size: 18px;
        line-height: 32px;
        height: 64px;
    }
    .pro .index_pro_list li {
        height: 240px;
        margin-bottom: 25px;
    }
    .pro .index_pro_list li .info_con {
        width: 55%;
    }

    .pro .index_pro_list li .img_con {
        width: 46%;
    }
    .pro .index_pro_list li .info_con .info {
        max-height: 50px;
        display: block;
    }

    .crumbs_con h6 a, .crumbs_con h6 span {
        padding: 0 5px;
    }
    .crumbs_con {
        height: auto;
        padding: 15px 0;
        flex-wrap: wrap;
    }
    .pro_container {
        padding-top: 60px;
    }
    .pro_detail .part1 {
        padding: 20px 0;
        flex-wrap: wrap;
    }
    .pro_detail .part1 .left {
        width: 100%;
        padding-top: 100%;
    }
    .pro_detail .part1 .right {
        padding: 20px 0;
        width: 100%;
    }
    .pro_detail .part1 .right .lit_title {
        font-size: 18px;
    }
    .pro_detail .part1 .right .model {
        font-size: 40px;
        margin: 5px 0 0px;
    }
    .pro_detail .part1 .right .title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .download_btn {
        width: 140px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }

    .download_btn img {
        margin-right: 10px;
        height: 20px;
    }
    .pro_detail .part3 {
        margin-top: 20px;
        height: 150px;
    }
    .pro_detail .part3 p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .contact_btn {
        width: 140px;
        height: 36px;
        line-height: 36px;
        font-size: 15px;
    }
    .pro_img_container .swiper-pagination-pro-img .swiper-pagination-bullet {
        margin: 30px 0;
        width: 6px;
        height: 6px;
    }
    .pro_img_container .swiper-pagination-pro-img:before {
        height: calc(100% - 62px);
    }
    .news1_con {
        padding-top: 220px;
    }
    .news1_con .swiper_right {
        width: 100%;
        height: 220px;
    }
    .news1_con .swiper_left {
        width: 100%;
        height: auto;
    }
    .news1_con .swiper_left li .item_all {
        padding: 20px 0 50px;
    }

    .news1_con .swiper-button-next-news {
        left: 50px;
    }
    .new_detail_left {
        padding-right: 0;
        width: 100%;
        border-right: none;
        padding-bottom: 20px;
    }
    .news_list li .li_con {
        flex-wrap: wrap;
    }
    .news_list li .img_con {
        width: 100%;
        height: 230px;
    }
    .news_list li .info_con {
        width: 100%;
        padding: 20px 0
    }
    .news_list li {
        margin-bottom: 0px;
    }
    .new_detail_right {
        padding-left: 0;
        width: 100%;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }
    .new_essay .title {
        font-size: 20px;
        line-height: 26px;
        margin: 10px 0 0;
    }
    .page {
        padding-top: 20px;
    }

    .custom2_title p {
        font-size: 20px;
    }
    .download_con li a {
        padding: 25px 20px 20px;
    }
    .download_con li {
        height: 220px;
    }
    .development1_info {
        width: 100%;
    }
    .development1_info {
        width: 100%;
        padding: 20px;
    }
    .development1_info:after, .development1_info:before {
        width: 30px;
        height: 26px;
    }






    .display_box .left_top .title{
        line-height: 18px;
        height: 18px;
        font-size: 17px;
    }
    .display_box .left_top .title{
        margin-top: 0;
    }
    .display_mark .display_box {
        padding: 40px 15px;
        height: 100%;
        overflow: auto;
    }
    .display_box .left {
        width: 100%;
        height: auto;
        justify-content: flex-start;
    }
    .display_box .right {
        padding-left: 0;
        width: 100%;
        height: auto;
    }
    .display_box .right .part .info {
        height: auto;
    }
    .display_box .right .part {
        padding-bottom: 0;
        height: auto;
        padding-top: 20px;
    }
    .contact2 .p2 {
        letter-spacing: 0px;
        margin-top: 15px;
        text-align: center;
        padding: 0 20px;
    }
    .contact2 {
        font-size: 20px;
    }
    .jop_list li {
        width: 50%;
    }
    .jop_list li {
        padding: 20px 0 20px 15px;
    }
    .jop_list li .title {
        font-size: 17px;
        margin: 5px 0 1px;
    }
    .jop_list li:nth-of-type(2n-3):after {
        width: 400%;
        height: 1px;
        background: #ddd;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        display: block;
    }
    .jop_list li:nth-of-type(2n){
        border-right: none;
    }
    .contact4 .map_con {
        width: 100%;
        height: 260px;
        position: static;
        top: 0;
        right: 0;
    }
    .contact4 .left {
        width: 100%;
    }

    #allmap{
        height: 300px;
    }
    .contact4 .hello {
        font-size: 55px;
        margin: 10px 0 2px;
    }
    .contact4 .hello:after {
        top: -30px;
        right: -56px;
        width: 48px;
        height: 50px;
    }
    .contact4 .tip {
        font-size: 18px;
    }
    .contact4 .title {
        font-size: 18px;
        margin: 35px 0 7px;
    }
    .contact4 .phone_list {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .contact4 {
        margin: 25px 0;
    }

    .search_title {
        margin: 0 0 20px;
    }
    .search_list li a {
        padding: 15px 0;
    }
    .search_list {
        margin-bottom: 30px;
    }

    .path_container li .path_all {
        text-align: center;
    }
    .path_container li .info_con,
    .path_container li .info_con p{
        text-align: center;
    }
    .download_con,
    .question_con{
        padding-bottom: 40px;
    }
    .download_con .prev2,
    .download_con .next2,
    .question_con .prev2,
    .question_con .next2 {
        top: auto;
        bottom: -10px;
    }
    .news1_con .swiper-button-next-news.next2,
    .download_con .next2,
    .question_con .next2{
        right: calc(50% - 40px);
        left: auto;
    }

    .news1_con .swiper-button-prev-news.prev2,
    .download_con .prev2,
    .question_con .prev2{
        left: calc(50% - 40px);
    }
    .liuyan_con li.submit_li {
        text-align: center;
    }
    .index_pro_list li .info_con {
        width: 50%;
    }
    .next1:hover {
        background: url(../images/right_icon1.png) no-repeat center center;
    }
    .prev1:hover {
        background: url(../images/left_icon1.png) no-repeat center center;
    }
 /*   .download_con li .time{
        display: none;
    }*/
    .download_con li .title {
        font-size: 10px;
        margin-bottom: 0;
        line-height: 20px;
    }
    .culture_list li .tip p, .culture_list li .tip {
        font-size: 14px;
        line-height: 25px;
    }
    .culture_list li .en_title {
        font-size: 15px;
    }
    .culture_list li .title {
        font-size: 20px;
        margin: 10px 0 5px;
    }
    .culture_list li .line {
        margin: 10px 0 5px;
    }
    .culture_list li {
        width: 100%;
        flex: auto;
        border-left: none;
        border-top: 1px solid #ddd;
        padding: 10px 0;
    }
    .partner_con .left img {
        width: 100%;
    }
    .sec0 {
        height: auto;
    }
    .banner_info .title1 {
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 35px;
    }
    .banner_info .title2 {
        font-size: 16px;
        line-height: 20px;
    }
    .sec0 .slide_down,
    .sec0 .mouse_icon{
        display: none;
    }
}



@media screen and (max-width: 320px) {
    .w {
        margin: 0;
        width: auto;
        padding: 0 10px;
    }

}

